type net/http.http2clientStream
29 uses
net/http (current package)
h2_bundle.go#L7631: streams map[uint32]*http2clientStream // client-initiated
h2_bundle.go#L7700: type http2clientStream struct {
h2_bundle.go#L7753: func (cs *http2clientStream) get1xxTraceFunc() func(int, textproto.MIMEHeader) error {
h2_bundle.go#L7760: func (cs *http2clientStream) abortStream(err error) {
h2_bundle.go#L7766: func (cs *http2clientStream) abortStreamLocked(err error) {
h2_bundle.go#L7781: func (cs *http2clientStream) abortRequestBodyWrite() {
h2_bundle.go#L7791: func (cs *http2clientStream) closeReqBodyLocked() {
h2_bundle.go#L8095: streams: make(map[uint32]*http2clientStream),
h2_bundle.go#L8606: func (cc *http2ClientConn) roundTrip(req *Request, streamf func(*http2clientStream)) (*Response, error) {
h2_bundle.go#L8608: cs := &http2clientStream{
h2_bundle.go#L8664: cancelRequest := func(cs *http2clientStream, err error) error {
h2_bundle.go#L8717: func (cs *http2clientStream) doRequest(req *Request, streamf func(*http2clientStream)) {
h2_bundle.go#L8731: func (cs *http2clientStream) writeRequest(req *Request, streamf func(*http2clientStream)) (err error) {
h2_bundle.go#L8875: func (cs *http2clientStream) encodeAndWriteHeaders(req *Request) error {
h2_bundle.go#L8935: func (cs *http2clientStream) cleanupWriteRequest(err error) {
h2_bundle.go#L9041: func (cc *http2ClientConn) awaitOpenSlotForStreamLocked(cs *http2clientStream) error {
h2_bundle.go#L9109: func (cs *http2clientStream) frameScratchBufferLen(maxFrameSize int) int {
h2_bundle.go#L9151: func (cs *http2clientStream) writeRequestBody(req *Request) (err error) {
h2_bundle.go#L9287: func (cs *http2clientStream) awaitFlowControl(maxBytes int) (taken int32, err error) {
h2_bundle.go#L9369: func (cc *http2ClientConn) addStreamLocked(cs *http2clientStream) {
h2_bundle.go#L9673: func (rl *http2clientConnReadLoop) handleResponse(cs *http2clientStream, f *http2MetaHeadersFrame) (*Response, error) {
h2_bundle.go#L9811: func (rl *http2clientConnReadLoop) processTrailers(cs *http2clientStream, f *http2MetaHeadersFrame) error {
h2_bundle.go#L9842: cs *http2clientStream
h2_bundle.go#L10053: func (rl *http2clientConnReadLoop) endStream(cs *http2clientStream) {
h2_bundle.go#L10069: func (rl *http2clientConnReadLoop) endStreamError(cs *http2clientStream, err error) {
h2_bundle.go#L10082: func (rl *http2clientConnReadLoop) streamByID(id uint32, headerOrData bool) *http2clientStream {
h2_bundle.go#L10098: func (cs *http2clientStream) copyTrailers() {